win32: Fix some leaks
authorMatthias Clasen <mclasen@redhat.com>
Sun, 7 Feb 2021 14:39:59 +0000 (09:39 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Feb 2021 14:41:34 +0000 (09:41 -0500)
commit67877e403f6661b572c3290b8c905eadc9f5b00c
treee337ef2dffd76b9d9f544faeb64f98b3c4aa02eb
parent5b45f267d65419869608693499a78e9fe288bde5
win32: Fix some leaks

My reading of the code is that gdk_drop_new() is not
consuming the content formats it is given, so the caller
must not pass a new reference.

Needs testing on Windows.
gdk/win32/gdkdrop-win32.c